home *** CD-ROM | disk | FTP | other *** search
- 5 gosub 700
- 10 c=13:gosub500
- 20 print"[200] o w [212] o [208] l a y [193] [211] p y [212] a l e"
- 30 print"[158] [212]he object is to succesfully accom-"
- 32 print" plish each mission and arrive at the"
- 35 print" alien's onboard computer. [208]lay begins"
- 40 print" by pressing the button on joystick #2."
- 42 print" [217]ou may reset the game by pressing the"
- 45 print" [210][197][211][212][207][210][197][158] key. [198]8[158] will return you to"
- 47 print" [213]p[212]ime. [213]se the joystick to move your"
- 50 print" man (agent [202]ack [200]ammer) through each"
- 60 print" mission. [193] short briefing on the"
- 62 print" different missions will now be given"
- 65 printspc(6)"when you press the [211][208][193][195][197][194][193][210][158].":gosub600
- 70 c=2:gosub500:print"[205] i s s i o n 1"
- 75 print" 1. [215]atch where the cages are falling. [212]hey will trap you."
- 80 print" 2. [208]lay towards the left of the screen so you can run forward";
- 85 print" to dodge the cages."
- 90 print" 3. [201]f you cannot dodge the cages,"
- 92 print" pressing the fire button will let"
- 95 print" you leap up onto the fence. [208]arts"
- 97 print" of the fence are electrified,"
- 100 print" though, and will kill you on"
- 102 print" contact, so don't jump unless"
- 104 print" you have to. "
- 105 gosub 650: if a$="m" or a$="[205]" then run
- 110 c=7:gosub500:print"[205] i s s i o n 2"
- 115 print"[159] 1. [213]se the personal hover device to"
- 117 print" get over the obstacles while"
- 120 print" avoiding the deadly lasers."
- 125 print" 2. [201]t's best to play on the right side"
- 127 print" of the screen so you can coast back"
- 130 print" while waiting for a laser to reset"
- 132 print" itself."
- 135 print" 3. [194]y tapping the joystick left you"
- 140 print" can put the hover craft into a"
- 142 print" 'wheelie' position. [212]his is"
- 143 print" necessary in order to clear the"
- 144 print" many small steep bumps."
- 145 gosub 650: if a$="m" or a$="[205]" then run
- 150 c=4:gosub500:print"[205] i s s i o n 3"
- 155 print"[158] 1. [211]tay away from bombs."
- 160 print" 2. [193]lways follow rule #1"
- 165 print" 3. [201]t takes a direct hit to destroy"
- 166 print" you, so don't move too much"
- 170 print" when trying to dodge the bombs"
- 172 print" or you might move right into"
- 175 print" the path of another bomb."
- 180 print" 4. [210]eflexes and timing are all that"
- 182 print" are used here."
- 185 gosub 650: if a$="m" or a$="[205]" then run
- 190 c=6:gosub500:print"[205] i s s i o n 4"
- 195 print"[153] 1. [213]se your sleek space craft to fly"
- 197 print" through the meteor field without"
- 200 print" crashing."
- 205 print" 2. [217]ou can brush a meteor and not"
- 207 print" blowup. [212]his is important as you"
- 210 print" will see."
- 215 print" 3. [199]ood luck."
- 220 gosub 650: if a$="m" or a$="[205]" then run
- 230 c=5:gosub500:print"[205] i s s i o n 5"
- 235 print"[150] 1. [212]he object here is to get to the"
- 236 print" computer, place it into self-"
- 240 print" destruct mode and then escape in"
- 242 print" whichever ship is available."
- 245 print"[153] 2. [210]obots will shoot to kill. [207]ne"
- 246 print" hit will damage your suit, and the"
- 250 print" second will kill you. [217]ou can"
- 252 print" dodge bullets by jumping or"
- 254 print" ducking."
- 260 print"[150] 3. [217]ou can get a gun by ducking in"
- 262 print" and out of the ammo room. [217]ou do"
- 265 print" this by pressing the joystick left[150]"
- 267 print" while standing in front of the"
- 270 print" door. [208]ress the button to get"
- 271 print" out of the room.[145]"
- 272 gosub 650: if a$="m" or a$="[205]" then run
- 273 c=12:gosub 500
- 274 print" [205] i s s i o n 5 [195] o n t i n u e d"
- 275 print"[153] 4. [199]oing in any other room will let"
- 276 print" you get a new suit if yours is"
- 280 print" damaged. [194]e sure to get right"
- 282 print" right out of room, as the robots"
- 285 print" will continue to advance."
- 290 print"[150] 5. [211]ome robots require a close range"
- 292 print" hit to disable them, some will"
- 295 print" have to be hit in their mechanical"
- 297 print" brain to be destroyed."
- 300 gosub 650: if a$="m" or a$="[205]" then run
- 310 c=7:gosub500:print"[207] v e r v i e w"
- 320 printspc(6)"[158][194]e sure to have fun and let"
- 322 print" the folks at [213]p[212]ime know you enjoyed"
- 325 printspc(10)"[193] [211] [208] [217] [212] [193] [204] [197][158]"
- 340 gosub 650: if a$="m" or a$="[205]" then run
- 360 run
- 500 poke646,c:print"[147] [172][157][157][187]"
- 510 poke1984,252:poke56256,c:poke2023,254:poke56295,c
- 520 poke53280,c:poke53281,0:return
- 600 geta$:if (a$<>" ") and (a$<>"m") and (a$<>"[205]") then600
- 610 return
- 650 printspc(7)"[208]ress [211]pacebar to [195]ontinue"
- 660 printspc(12)"[208]ress [205] for menu":gosub 600
- 670 return
- 700 c=11:gosub 500
- 705 print""spc(5)"[155][213]p[212]ime, the [196]isk [205]onthly, and"
- 706 printspc(10)"[211]cott [197]lder present"
- 710 printspc(10)"[193] [211] [208] [217] [212] [193] [204][160][197]
- 715 [153][166]11)"open(NULL)ould you like to:
- 720 printspc(10)"1[159]: [210]ead [201]nstructions"
- 730 printspc(10)"2[159]: [208]lay [199]ame"
- 740 printspc(10)"3[159]: [210]eturn to [213]p[212]ime"
- 742 printspc(14)"[155][208]ublished by"
- 744 printspc(7)"[211]oftdisk [208]ublishing, [201]nc."
- 750 get a$:if a$<"1" or a$>"3" and a$<>"" then 750
- 760 if a$="1" then return
- 770 if a$="2" then 800
- 780 if a$="[140]" or a$="3" then sys 8*4096+4
- 800 print"[144][147]load"chr$(34)"spy boot"chr$(34)",8:"
- 810 poke 631,19:poke 632,13:poke 633,82
- 820 poke 634,213:poke 635,13
- 830 poke 198,5:new
-